home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / neumap3.zip / NUMP.ZP / CNVM.HLP < prev    next >
Text File  |  1993-01-02  |  1KB  |  26 lines

  1. 1. Data Pre-Processing Functions
  2.  a. Count number of input patterns
  3.  b. Normalize individual features, if desired
  4.  c. Write new data files to disk, if desired
  5.  
  6. 2. Example of Pre-Processing
  7.  a. Go to the "Batch Processing" option and press <ret>
  8.  b. Observe the parameter file with commented keyboard responses;
  9.  
  10. 1             ! 1 for input in standard form, 2 for nonstandard
  11. Gls           ! data filename
  12. 4             ! number of inputs per pattern 
  13. 1             ! number of outputs per pattern 
  14. 0             ! 1 to save data to a new file, 0 else
  15.  
  16.     Here, "standard form" means that each training pattern 
  17.     or vector consists of N inputs followed by M desired outputs
  18.  c. Exit the DOS editor and observe the program running
  19.  d. Go to the "Examine Program Output" option and press <ret>
  20.  e. The program has counted the total number of training
  21.     patterns or vectors.
  22.  f. You can run this program on your own data. If it is not 
  23.     in standard form, use the "Manual Run" option.
  24.  
  25.  
  26.